home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gamecube Preview CD ROM
/
04 - Gamecube Preview CD-ROM.iso
/
pc
/
site
/
gamecube.swf
/
scripts
/
DefineButton2_353
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-09-17
|
257 b
|
11 lines
on(press){
if(_root.browser == "iewin")
{
getURL("javascript:void openVideoWindow(\'video/" add _parent.gameurl add ".html\')","");
}
else
{
getURL("popper.html?url=video/" add _parent.gameurl add ".html","pop");
}
}